Release 10.1A: OpenEdge Development:
Programming Interfaces


export-audit-events procedure

Export the audit events from the database specified to a .ad file. This routine retrieves the data by using a ProDataSet and then exports the data to the .ad file. See the export-cached-audit-events procedure if you want to export the information already cached in a ProDataSet and you have your own ProDataSet object.

Parameters:

INPUT pcDbInfo AS CHARACTER

Database information string.

INPUT pcFileName AS CHARACTER

Filename of the .ad file.

OUTPUT pnumRecords AS INTEGER

Number of records exported.

Note: Check for any error messages using the 4GL RETURN-VALUE function.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095